Skip to content

Fix BoringSSL Windows CI targets failing with windows-latest #444

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 3, 2021

Conversation

DellaBitta
Copy link
Contributor

This change updates the Integration Test and Packaging workflows to use windows-2016 GHA runners.

Details:
GHA is rolling out a new version of windows server 2019 tools (windows-2019 / windows-latest alias) which produce a C4255 warning in BoringSSL.

BoringSSL is configured to error on all warnings, and so our current CI is broken until we can figure out the best way to properly patch the BorginSSL cmake configuration.

@google-cla google-cla bot added the cla: yes label Jun 3, 2021
@DellaBitta DellaBitta changed the title Use Windows 2016 for CI which builds BoringSSL. Fix BoringSSL Windows CI targets failing with windows-latest Jun 3, 2021
@DellaBitta DellaBitta added the tests-requested: quick Trigger a quick set of integration tests. label Jun 3, 2021
@github-actions github-actions bot added tests: in-progress This PR's integration tests are in progress. and removed tests-requested: quick Trigger a quick set of integration tests. labels Jun 3, 2021
@github-actions
Copy link

github-actions bot commented Jun 3, 2021

✅  Integration test succeeded!

Requested by @DellaBitta on commit 8b94216
Last updated: Thu Jun 3 15:36:37 PDT 2021
View integration test results

@github-actions github-actions bot added the tests: succeeded This PR's integration tests succeeded. label Jun 3, 2021
@firebase-workflow-trigger firebase-workflow-trigger bot removed the tests: in-progress This PR's integration tests are in progress. label Jun 3, 2021
@DellaBitta DellaBitta merged commit 3a58ecd into main Jun 3, 2021
@DellaBitta DellaBitta deleted the fix/ddb_borringssl_ci_failures branch June 3, 2021 23:13
DellaBitta added a commit that referenced this pull request Jun 9, 2021
This change fixes the boringSSL sources so that they no longer causes warnings on windows-latest runners.

Switched the boringSSL dependency to a git checkout instead of a tarball download.
Created a git patch to alter boringSSL's cmake files, adding C4255 as a warning that shall be suppressed.
Updated GHA configuration to use windows-latest again. This was previously changed to windows-2016 since those tools didn't report C4255 as a warning. See #444 for more information about these reverted changes.
@firebase firebase locked and limited conversation to collaborators Jul 4, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
cla: yes tests: succeeded This PR's integration tests succeeded.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants